home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / hs113d2.zip / WHATSNEW.120 < prev   
Text File  |  1992-12-01  |  9KB  |  183 lines

  1.  
  2.   ==========================================================================
  3.                  SUMMARY OF WHAT'S NEW IN HS/LINK VERSION 1.13ßD0
  4.   ==========================================================================
  5.  
  6.   HS/Link version 1.13ßD0 corrects all known problems in version 1.12 and
  7.   adds a number of new features and options.  This version can successfully
  8.   connect and transfer files with prior HS/Link release versions 1.0, 1.1 and
  9.   1.12.  Earlier "Alpha" (α) or "Beta" (ß) version numbers represent
  10.   unfinished versions and should not be used.
  11.  
  12.   HS/Link version 1.13ßD0 is a direct replacement for version 1.12 and does
  13.   not require any change in command line options or configuration options.
  14.   There are a number of NEW options you may want to take a look at.
  15.  
  16.   The most important new feature is the "CHAT" function, which allows you to
  17.   CHAT with the remote user during a file transfer. You must have a
  18.   registered copy of HS/Link to initiate a CHAT. Unregistered copies can
  19.   still CHAT if a remote registered copy initiates the CHAT.
  20.  
  21.   The following options have been added or enhanced:
  22.  
  23.      -FTn    Control NS16550AN Fifo Threshold.  Higher thresholds reduce
  24.              interrupt overhead but increase the chances of a receiver
  25.              OVERRUN error under multi-taskers such as Desqview and Windows.
  26.  
  27.      -I4     Give up idle time under Windows, OS/2, DOS 5 and other
  28.              environments that support the "int 2fh/ax=1680h" idle call.
  29.  
  30.      -N!     Do not force remote to use local settings.  Will override any
  31.              previous -! option in either the command line or a configuration
  32.              file.
  33.  
  34.      -NA     Disable Alternate XON/XOFF method for compatibility with
  35.              versions 1.0 and 1.12.
  36.  
  37.      -NG     Do not allow Control-G (BEEP) characters in CHAT mode. This
  38.              keeps remote callers from beeping your speaker during a file
  39.              transfer.
  40.  
  41.      -NK     Do not keep aborted downloads.  Will override any previous -K
  42.              option in either the command line or a configuration file.
  43.  
  44.      -T      If you include -T in the hslink command line, you will be placed
  45.              into a simple mini terminal emulation prior to starting the
  46.              transfer.
  47.  
  48.  
  49.   ==========================================================================
  50.                   DETAILED LIST OF CHANGES IN VERSION 1.13ßD0
  51.   ==========================================================================
  52.  
  53.    Added -I4 option to give up idle time under Windows, OS/2, DOS 5 and other
  54.    environments that support the "int 2fh/ax=1680h" idle call.
  55.  
  56.    Added a check for
  57.         SET HSERR=path\logfile
  58.    to enable a new error logging facility.  When enabled, most screen
  59.    information and error messages are logged to the specified logfile.
  60.  
  61.    Added a mini terminal feature.  If you include -T in the hslink command
  62.    line, you will be placed into a simple terminal emulation prior to
  63.    starting the transfer.
  64.  
  65.    Added additional logic to insure proper operation under marginal memory
  66.    conditions.
  67.  
  68.    Added internal logic to cancel a link when the same error is reported ten
  69.    times in sequence.
  70.  
  71.    Added logic to automatically reduce 'window' size when flow control
  72.    appears to be failing.  This helps to save failing PC Pursuit sessions.
  73.  
  74.    Added logic to detect failure of flow control to suspend flow in slow
  75.    handshake mode prior to disk activity.  When flow continues for 3 seconds
  76.    after flow control is asserted, the message
  77.         Warning: Flow control failure! Slow handshake disabled.
  78.    will be displayed and the -HS option will be disengaged for the rest of
  79.    the session.
  80.  
  81.    Added logic to force a special COMM driver mode when -FT16 and higher are
  82.    specified.  In this mode attempts will be made to perform multiple
  83.    character i/o per interrupt service, even when the UART appears to be an
  84.    8250 or 16540.  This logic may improve the performance with some internal
  85.    modems, such as the Forval, but may cause the transfer to fail with
  86.    others.  Use with caution.
  87.  
  88.    Added logic to give priority to the lower serial numbered copy when two
  89.    registered copies attempt to use the -! option.  This may save transfers
  90.    that would otherwise fail due to conflicting setting overrides.
  91.  
  92.    Added logic to prevent internal transmit queue overflows when using large
  93.    blocks and very high effective speed settings.
  94.  
  95.    Added new -FTn option to control NS16550 Fifo Threshold.  Possible values
  96.    are -FT1, -FT4, -FT8, -FT14.  Higher thresholds reduce interrupt overhead
  97.    but increase the chances of a receiver OVERRUN error under multi-taskers
  98.    such as Desqview and Windows. The default is now -FT4.
  99.  
  100.    Added logic to warn the user when an invalid registration code is entered,
  101.    rather than triggering the tamper detection logic.
  102.  
  103.    Added new -N! (do not force remote to use local settings) option to
  104.    override any previous -! option in either the command line or a
  105.    configuration file.
  106.  
  107.    Added new -NG option to block Control-G (BEEP) characters in CHAT mode.
  108.    This keeps remote callers from beeping your speaker during a file
  109.    transfer.
  110.  
  111.    Added new -NK (do not keep aborted downloads) option to override any
  112.    previous -K option in either the command line or a configuration file.
  113.  
  114.    Changed initial handshake logic to default to new alternate XON/XOFF
  115.    encoding method, instead of first attempting the old method.  This should
  116.    speed up the initial handshake process and also prevent some occasional
  117.    handshake failures.  Added -NA option to disable this logic for
  118.    compatibility with release 1.12 and earlier.
  119.  
  120.    Changed transfer abort logic to exit more quickly if ^X is typed 6 or more
  121.    times.  Otherwise HSLINK will wait for remote data flow to stop before
  122.    releasing control.
  123.  
  124.    Changes in batch status window calculation to base time estimate on the
  125.    direction with the most estimated TIME remaining rather than the batch
  126.    with the most BYTES remaining to transfer.  This should prevent the
  127.    estimates from jumping around as much.
  128.  
  129.    Changes to eliminate all remaining false "exit code 2" conditions
  130.    following a successful transfer.
  131.  
  132.    Corrected HSCONFIG to set MONO default colors only when a new
  133.    configuration file is being created.
  134.  
  135.    Correction in batch status totals when files are skipped in the incoming
  136.    files window.
  137.  
  138.    Implemented proper RTS handshake in addition to XON/XOFF when receive
  139.    buffer nears overflow.
  140.  
  141.    Internal changes to correct operation with the internal Intel Satisfaxion
  142.    Modem/400E.
  143.  
  144.    Internal changes to guard the codes 0x91 and 0x93 when XON/XOFF handshake
  145.    is enabled.  This change was required because some common FOSSIL drivers
  146.    accept these codes as alternates for the normal 0x11 and 0x13 XON/XOFF
  147.    codes.  This solves problems with XON/XOFF handshake via PC Pursuit.  The
  148.    remote must be running version 1.13ß or later for this logic to go into
  149.    effect.
  150.  
  151.    Internal changes to protect the CR-@-CR sequence used by PC Pursuit to
  152.    escape to a command mode.
  153.  
  154.    Internal changes to reduce memory requirements by about 10k compared to
  155.    earlier versions.  Hslink works best with about 103000 bytes of ram, but
  156.    will now work successfully with at little as 78000 bytes.
  157.  
  158.    Note: When running HS/Link in Windows Enhanced mode and you are getting
  159.    COM Overrun errors, you may need to add the following statement in the
  160.    [386Enh] section of your SYSTEM.INI file:
  161.         COM1BUFFER=8192         ;if you are using COM1, or
  162.         COM2BUFFER=8192         ;if you are using COM2
  163.  
  164.    The HS/Link program and installation tips files are now available via FTP
  165.    at simtel20.army.mil in PD1:<MSDOS.MODEM> !!!
  166.  
  167.    The most reliable operation under Microsoft Windows seems to occur when
  168.    the -N5 option is used, even if the com port actually does have the
  169.    NS16550AN attached.
  170.  
  171.    The new CHAT mode is now a "registered" feature.  If you are running an
  172.    unregistered copy of hslink, you will not be able to INITIATE a CHAT, but
  173.    you can CHAT with the remote if the remote is registered and initiates the
  174.    CHAT.
  175.  
  176.    The new FOSSIL version of HS/Link was created. See FHSLINK.EXE and
  177.    FHSLINK.DOC for details.
  178.  
  179.    To initiate a CHAT, just hit ENTER ... two CHAT windows will pop up and
  180.    you will have a two-way CHAT.  Press the ESCAPE key to close the CHAT
  181.    windows.  The remote must be using version 1.13α or newer.
  182.  
  183.